<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* è¯´æ˜Žï¼šç®€æ´æŽ’ç‰ˆä¸ºæ‘˜ç”¨ï¼Œå…¶ä½™ä¸ºè‡ªå»º */

/* 
 *	å·¥å…·ç±»
 */

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    font-size: 0;
}

.pos-relative{
	position: relative;
}
.mleft0{
	margin-left: 0;
}

#map {
    height: 100%;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border: 1px solid #dfdfdf;
    box-shadow: 0pt 4px 5.25pt rgba(0,0,0,.06);
}

.borderLine{
	border-bottom:1px solid #ccc;
}
.maxWidth800{
	max-width: 800px;
}

hr.unLine{
    width: 80px;
    margin: 15px auto;
    height: 5px;
    border: 0;
    background: #76ab35;
}
/*ä¸‹è½½*/
.downLoadClass{
	text-align: center;
	padding-bottom: 50px;
}
.newsContentStyle .downLoadClass a{
	padding: 8px 30px;
	border-radius: 50px;
	background: #76ab35;
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 1rem;
}

/* çºµæ¨ªå±…ä¸­å¯¹é½ */

.vh-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}

/*å·¦å³çµæ´»ç§»åŠ¨å®šä½*/
.order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}
.order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}
/* æ˜¾ç¤ºã€éšè— */

.show {
    display: block !important;
}

.hide {
    display: none !important;
}

.d-show-flex {
    display: flex !important;
}

.d-hide {
    display: none !important;
}


/* æ–‡å­—å¯¹é½æ–¹å¼ */

.tc {
    text-align: center;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}


/* å¸¸ç”¨é¢œè‰² */

.black {
    color: #000000;
}

.red {
    color: red;
}

.white {
    color: white;
}

.g3 {
    color: #333333;
}

.g6 {
    color: #666666;
}

.g9 {
    color: #999999;
}


/* æµ®åŠ¨ */

.fl {
    float: left;
}

.fr {
    float: right;
}

/* å­—ä½“å¤§å° */

.f0 {
    font-size: 0;
}

.f10 {
    font-size: 10px;
}

.f12 {
    font-size: 12px;
}

.f13 {
    font-size: 13px;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.f20 {
    font-size: 20px;
}

.f24 {
    font-size: 24px;
}


/* å®šä½ */

.rel {
    position: relative;
}

.abs {
    position: absolute;
    text-align: center;
}


.flex-center{
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    align-items: center;
    -ms-flex-align : center;
}
.ptop10{
	padding-top:1rem;
}
.ptop20{
	padding-top:1.5rem;
}
.pbottom20{
	padding-bottom:1.5rem;
}
.mtop0{
	margin-top: 0;
}
/* 
 *	å®¹å™¨ç±»
 */

.flex-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}

.ulWrap{
    padding-right: .9375rem;
    padding-left: .9375rem;
    width: 75rem;
    margin: 0 auto;
    text-align: right;
}

/* æ–°æ·»åŠ&nbsp; */
a:link, a:active{
	text-decoration: none;
}

.ac&gt;a {
    display: inline-block;
    text-decoration: none;
}
.newsWrapStyle{
	border: 1px solid #dfdfdf;
	box-shadow: 0pt 4px 5.25pt rgba(0,0,0,.06);
	position: relative;
	background-color: white;
}
.addressWrapStyle{
	border: 1px solid #dfdfdf;
	box-shadow: 0pt 4px 5.25pt rgba(0,0,0,.04);
	position: relative;
	background-color: white;
	border-top-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}
.hidden {
    overflow: hidden;
}
.newsStyle{
    position: relative;	
    /*display: flex;
    display: -ms-flexbox;*/
    align-items: center;
    -ms-flex-align: center;
    justify-content: center;
    -ms-flex-pack: center;
     
    
}
.newsStyle img{
	/*min-height: 14.375rem;
    max-height: 14.375rem;*/
}

.newsStyle:before{
  content: '';
  display: inline-block;
  width: 0.1px;
  padding-top: 60%;
}
.newsStyle img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.productStyle{
    position: relative;	
    /*display: -moz-box; 
	display: -ms-flexbox;    
	display: -webkit-box; 
	display: -webkit-flex; 
	display: box; 
	display: flexbox; 
	display: flex;*/
    align-items: center;
    -ms-flex-align: center;
    justify-content: center;
    -ms-flex-pack: center;
}
.productStyle:before{
  content: '';
  display: inline-block;
  width: 0.1px;
  padding-top: 98%;
}
.productStyle img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.newsContentStyle{
	font-size: 0.875rem;
	/*max-width: 100%;*/
	width: 100%;
}

.grid-x {
	 align-items: center;
	 -ms-flex-align: center;
}
.newsContentStyle h1{
	font-size: 1.25rem;
}

.newsContentStyle p, .newsContentStyle span, .newsContentStyle a{
	line-height: 1.75rem;
	color: #333;
	font-size: 0.95rem;
	
}
p.para {
    text-indent: 1.8rem;
}

/*å›¾ç‰‡ä¸Šæ–¹é˜´å½±æ•ˆæžœ*/
/*.newsStyle:before {
    position: absolute;
    left: 0px;
    top: 0pt;
    bottom: 0pt;
    background: linear-gradient(to top,rgba(0,0,0,.3) 14%,rgba(0,0,0,.08) 35%);
    content: "";
    width: 100%;
}*/
.newsDate{
    position: absolute;
    padding-bottom: 2.25pt;
    padding-right: .083333333in;
    padding-left: 6pt;
    padding-top: 3px;
    top: -3rem;
    right: 1rem;
    background-color: rgba(118,171,53,1);
    color: #fff;
    font-size: 1rem;
    border-top-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}
.newsContent{
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
.circularBg{
	border-radius: 100%;
}
.o0 {
    /*opacity: 0;*/
}

.o1 {
    opacity: 1 !important;
}

.mt {
    padding:1.125rem 0 0 0;
}
.mt:nth-of-type(even){
	background: #fafafa;
}
.borderBtm{
	border-bottom: 1px solid #ccc;
}
.mt:last-of-type .borderBtm{
	border:none;
}
.mb {
    margin-bottom: 3.125rem;
}
.bgWhite{
	background: white;
}
.bgCase{
	background: #ffffff;
}
/*è”ç³»æˆ‘ä»¬*/
iframe#map {
	min-height:350px;
}
.align-stretch{
	align-items: stretch;
	-ms-flex-align: stretch;
}

/* helper */
.margin-top-1 {
    margin-top: 1rem !important;
}
.margin-top-2 {
    margin-top: 2rem !important;
}
.margin-top-3 {
    margin-top: 3rem !important;
}
.margin-bottom-1 {
    margin-bottom: 1rem !important;
}
.margin-bottom-2 {
    margin-bottom: 2rem !important;
}
.margin-bottom-3 {
    margin-bottom: 3rem !important;
}
.padding-bottom-4 {
    padding-bottom: 4rem !important;
}
.padding-top-3 {
    padding-top: 3rem !important;
}
.column {
    margin-bottom: 2rem;
}

@media screen and (min-width: 40em) {
    .column {
        margin-bottom: 0;
    }
}
.flex-video {
    height: 0;
    padding-bottom: 66%;
    position: relative;
}
.flex-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* æ•´ç«™å…±ç”¨ */

body {
    background: #ffffff;
}

.banner {
    position: relative;
    width: 100%;
    height: 9rem;
    background-image: url('../images/banner/banner_about.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    justify-content: center;
        margin-top: 4rem;

}
/*.banner:before{
    position: absolute;
    z-index: 0;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*opacity: .8;*/
    /*background: #555;*/
   background-color: rgba(41, 39, 34, 0.50);
}*/
.bannerText{
	position:relative;
	color: white;
	z-index: 9;
	text-align: center;	
}
.bannerText h1{
	margin-top: 0;
	margin-bottom: 0.5rem;
	font-size: 2.8125rem;
	/*font-weight: 700;*/
}
.bannerText h1 span{
	font-weight: bold;
}
.banner p{
	font-size: 0.825rem;
	letter-spacing: 1rem;
}

.banner-contact{ 
	background: url('../images/banner/welcome-cover.jpg') no-repeat center;
	background-size: cover;
}
.banner-Download{
	background: url('../images/banner/welcome-cover.jpg') no-repeat center;
	background-size: cover;	
}
.sec-sh .hTitle {
    padding-bottom: 2rem;
}

.hTitle {
    padding-bottom: 2rem;
}

.hTitle.datetime {
    padding: 0.9375rem;
    /* margin-top: 3.5rem; */
    background: transparent;
    color: #666;
    text-align: center;
    max-height: 5.3125rem;
    border: 1px solid #cccccc;
    opacity: 1;
}

.hTitle.datetime h1 {
    margin: 0;
}

.hTitle.datetime h3 {
    color: #666;
}

.hTitle h1 {
    font-size: 2rem;
    margin-bottom: 0;
    /*margin: 0;*/
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
}

.newsTitle h1{
	    font-size: 1.75rem;
}
.breadcrumbs{
	padding-top: 10px;
	padding-bottom: 10px;
}
.breadcrumbs a, .breadcrumbs p{
	color: #aaa;
	font-size: 0.8125rem;
	text-decoration: none;
}
.breadcrumbs a:hover{
	color: #76ab35;
}
.breadcrumbs .bread-menus{
	margin-left: 0.5rem;
}
.hTitle h3 {
    font-size: 0.8125rem;
    color: #919191;
}

.hTitle h3.white {
    color: white;
}

.nav-list {
    /*flex: auto;
    justify-content: flex-start;
    list-style: none;*/
}

.nav-list li {
    /*width: 48%;*/
    padding: 2px 0;
    margin: 0.3125rem 0.0625rem;
}

.nav-list li a {
    display: block;
    /*width: 4rem;*/
    color: black;
    font-size: 1rem;
    text-align: center;
    text-decoration: none;
    padding: 0.2rem 1rem;
    transition: all 0.3s ease-out;
    border-radius: 0.75rem;
}

.nav-list li.active a {
    color: #76ab35;
    background: #FFF;
}

.nav-list li a:hover {
    color: white;
    background: #76ab35;
}
.border{
    border: 1px solid #e6e6e6;
}

/*æ³¨å†Œç™»å½•*/
.MembershipForm{
	margin-top: 2rem;
}
.MembershipForm label{
	width: 100%;
	display: block;
}
.MembershipForm label span{
	color: red;
}
.MembershipForm label input{
	width: calc(100% - 14px);
	outline: none;
    color: #212121;
    padding: 15px 10px;
    border: 1px solid #DADADA;
    margin-bottom: 20px;
    font-size: 0.875rem;
    -webkit-appearance: none;
    background: #f5f5f5;
    border-radius: 5px
}
.MembershipForm .MembershipBtn{
	width: 100%;
	text-align: center;
	margin-top: 2rem;
}
.MembershipForm button{
    outline: none;
    background: #76ab35;
    color: #fff;
    width: 40%;
    line-height: 2.5rem;
    letter-spacing: 2px;
    font-size: 1.125rem;
    border: 0;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.2s ease-in;
}
.MembershipForm button[type="reset"]{
	background-color: #ccc;
	margin-right: 1rem;
}
.MembershipForm button[type="submit"]{
	margin-left: 1rem;
}
.MembershipForm .lossPass a{
	display: block;
	text-decoration: none;
	text-align: center;
	border-top: 1px solid #f0f0f0;
	margin-top: 3rem;
	padding-top:1rem;
	color: #ccc;
}
.MembershipForm .lossPass a:hover{
	color: #76ab35;
}
/*äº§å“è¯¦æƒ…æ›´æ–°*/
.proContentTopWrap{
	background: #f0f0f0; 
	border-top: 1px solid #f1f1f1;	
	border-bottom: 1px solid #f1f1f1;
}
.proContentTopWrap .small-12 img{
	border-left: 1px solid #f1f1f1;	
	border-right: 1px solid #f1f1f1;	
}
.proContentPadding{
	padding:25px 50px;
}
.productTable td{
	border:1px solid #ccc;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
	vertical-align: middle;
}
.productTable tr:nth-child(odd){
	background-color: #f1f1f1;
}
/* æ–°é—»åˆ—è¡¨ */

.list-items,
.info-card-list {
    margin-bottom: 1.625rem;
    /*opacity: 0;*/
}

.list-items a {
    width: 100%;
}

.list-items p {
    width: 80%;
    margin: 0 auto;
    font-size: 1rem;
    color: black;
    background: transparent;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.list-items p.title{
	padding: 1.25rem 0 0 0;
	margin:0.625rem 0;
}
.list-items p.desc {
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    font-size: 0.8125rem;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.list-items.product-list p {
     font-size: 1.0625rem;
     /*padding-bottom: 2rem;*/
}


.pro-list img,
.info-card-list img {
    transition: all 0.3s ease;
    border: 1px solid white;
}


.pro-list p {
    width: 100%;
    transition: all 0.3s ease;
}

.pro-list:hover img {
    transform: scale(1.1);
}
.pro-list:hover p,
.info-card-list:hover .hTitle.datetime {
    color: #76ab35;;
    /*background: #76ab35;*/
    border-color: transparent;
    transition: all 0.3s ease;
}

.info-card-list a {
    width: 100%;
   /*width: 22.187rem;*/
}

.info-card-list a.danye{
    /*width: 100%;*/
   width: 100%;
}

.info-card-list p {
    font-size: 1.25rem;
}

.info-card-list p.desc {
    font-size: 1rem;
}

.info-card-list .title {
    /*font-weight: 700;*/
    color: #323232;
    margin: 0 0 0.625rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: all 0.3s ease;
    font-size: 1.1rem;
}

.info-card-list .desc {
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
 	position: relative;
 	height: 3.6em;
    line-height: 1.8;
    
}
.info-card-list .desc:after {
        content: '';
        text-align: right;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 10%;
        height: 1.8em;
        background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);
    }


.info-card-list .contact-title {
    /*font-weight: 700;*/
    color: #323232;
    margin: 0 0 0.625rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: all 0.3s ease;
    font-size: 1.3rem;
}
.info-card-list .contact-desc {
    color: #999;
	font-size: 0.875rem;
    line-height: 25px;
}
.hot-products .desc,.homePage .desc{
    -webkit-line-clamp: 2;
    
 	height: 3.6em;
    line-height: 1.8;
    position:relative;
    overflow: hidden;
}

.hot-products .desc:after ,.homePage .desc:after {
        content: '';
        text-align: right;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 10%;
        height: 1.8em;
        background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);
    }

.info-card-list .padding {
    padding-top: 1rem;
    padding-bottom: 1.25rem;
}

.info-card-list:hover img {
    transform: scale(1.1);
}

.info-card-list:hover .hTitle&gt;h3 {
    color: white;
}

.info-card-list:hover p.title {
    color: #76ab35;
}

.info-card-list:hover .lineTo {
    width: 100%;
}

.info-card-list img {
    width: 100%;
   /* height: 100%;
    min-height: 14.375rem;
    max-height: 14.375rem;*/
}
/*ä¸“åˆ©*/
.honor-flex{
	display: -ms-flexbox; 
	display: flex; 
	align-items: center; 
	-ms-flex-align : center; 
	background: white;
}

.autoWidth img{
	min-height: auto;
    max-height: none;
}

.pro-list img {
    /*width: 100%;*/
    /*min-height: 22.187rem;
    max-height: 22.187rem;*/
}
.hot-products img{
    width: 100%;
    /*min-height: 22.187rem;
    max-height: 22.187rem;	*/
}

.lineTo {
	position: absolute;
    width: 0%;
    height: 0.125rem;
    bottom: 0;
    background: #76ab35;
    transition: all 0.3s ease;
}

.video-container video {
    width: 22.303125rem;
    height: 21.25rem;
    padding-bottom: 40%;
    margin-bottom: -6.25rem;
}

.split-line {
    border-bottom: 1px dashed #cdcdcd;
}

.width100 a{
	width: 100%;
}
.width100Two{
	width: 100%;
}
/*æ–‡å­—ç»Ÿä¸€é¢œè‰²å’Œé—´è·*/
.pro-Detail p.danyeDesc{
    line-height: 1.75rem;
    color: #666;
    font-size: 0.875rem;
}

/*ç‹¬ç«‹è¦†ç›–*/
.align-start{
	align-items:  flex-start;
	-ms-flex-align :  start;
	-webkit-box-align: flex-start;
}

/* medium */

@media print,
screen and (min-width: 40em) {
    .nav-list li {
        /*width: 32.33%;*/
    }

    .video-container video {
        width: 18.75rem;
        height: 14.0625rem;
        padding-bottom: 0;
        margin-bottom: 0;
    }
	.vicdiMB{
		display: none;
	}
    .vicdiPC{
    	display: block;
    }
}


/* large */

@media print,
screen and (min-width: 64em) {
    .banner {
        height: 18rem;
    }
    .banner{
        margin-top: 6.8rem;
    }
    .noBanner{
    	margin-top: 8rem;
    }
    .hTitle {
        padding-bottom: 2rem;
    }
    .nav-list {
        justify-content: center;
    }
    .nav-list li {
        width: auto;
    }
    .nav-list li a {
        font-size: 0.8125rem; 
    }
    .video-container video {
        width: 35rem;
        height: 21.3125rem;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .info-card-list p.title {
        margin: 0.625rem 0;
    }
    .info-card-list p {
        font-size: 0.9375rem;
    }
    .info-card-list .desc {
        font-size: 0.8125rem; 
    }
	.vicdiMB{
		display: none;
	}
    .vicdiPC{
    	display: block;
    }
}


/* ipad pro */

@media print,
screen and (min-width: 64em) and (max-width: 64rem) {
    .info-card-list img {
        min-height: 13rem;
        max-height: 13rem;
    }
    .video-container video {
        width: 25rem;
        height: 17.1875rem;
        padding-bottom: 0;
        margin-bottom: 0;
    }
	.vicdiMB{
		display: none;
	}
    .vicdiPC{
    	display: block;
    }
}

@media print,
screen and (max-width: 48em) {
	
	/*å·¦å³çµæ´»ç§»åŠ¨å®šä½*/
	.order-2 {
	    -webkit-box-ordinal-group: 2;
	    -webkit-order: 1;
	    -ms-flex-order: 1;
	    order: 1;
	}
	.order-1 {
	    -webkit-box-ordinal-group: 3;
	    -webkit-order: 2;
	    -ms-flex-order: 2;
	    order: 2;
	}


	.vicdiMB{
		display: block;
	}
    .vicdiPC{
    	display: none;
    }	
	
}
/* vicdi news */
table.vdry{
	border-bottom:1px solid #cccccc;
}
table.vdry td.danshu{
	padding: 8px; 
	border-left:1px solid #cccccc; 
	border-top:1px solid #cccccc;
	vertical-align:middle;
}
table.vdry td.shuangshu{
	padding: 8px; 
	border-left:1px solid #cccccc; 
	border-right:1px solid #cccccc;
	 border-top:1px solid #cccccc;
	 vertical-align:middle;
}</pre></body></html>